home *** CD-ROM | disk | FTP | other *** search
/ Amiga Collections: Amiga Amateur Radio User Group / AARUG UK #81 (199x)(Amiga Amateur Radio User Group UK)(PD)[WB][G4DCV].zip / AARUG UK #81 (199x)(Amiga Amateur Radio User Group UK)(PD)[WB][G4DCV].adf / DisView / PING < prev    next >
Text File  |  1995-05-17  |  2KB  |  51 lines

  1. ====                                                DISview [518]
  2. ping
  3. ====
  4.  
  5. _________________________________________________________________
  6. ping <nodename> [<length> [<milliseconds> [<incflag>]]]
  7. _________________________________________________________________
  8. Ping (send ICMP Echo Request packets to) the specified <host>.
  9.  
  10. By default the data field contains only a small timestamp to aid
  11. in determining round trip time; if the optional <length> argument
  12. is given, the appropriate number of data bytes (consisting of hex
  13. 55) are added to the ping packets.
  14.  
  15. If the <milliseconds> parameter is supplied, pings will be
  16. repeated indefinitely at the specified interval.
  17.  
  18. If no interval value is supplied, a single, "one-shot" ping is
  19. done.  Responses to one-shot pings appear asynchronously on the
  20. command screen, while repeated pings create a separate session 
  21. that may be suspended and resumed.  Pinging continues until the 
  22. session is manually reset.
  23.  
  24. The <incflag> option causes a repeated ping to increment the
  25. target IP address for each ping; it is an experimental feature
  26. for searching blocks of IP addresses for active hosts.
  27.  
  28. >> Examples:  ping post.demon.co.uk
  29.               ping post.demon.co.uk 10 5000
  30.               ping 158.152.1.1 0 500 1
  31.               
  32. The last example pings successive addresses from 158.152.1.1
  33. upwards, and produces an output of the form:
  34. .................................................................
  35. 158.152.1.1: rtt 427
  36. 158.152.1.4: rtt 345
  37. 158.152.1.17: rtt 339
  38. 158.152.1.20: rtt 338
  39. 158.152.1.27: rtt 349
  40. 158.152.1.29: rtt 326
  41. 158.152.1.30: rtt 338
  42. 158.152.1.31: rtt 269
  43. 158.152.1.32: rtt 348
  44. 158.152.1.33: rtt 335
  45. 158.152.1.39: rtt 328
  46. 158.152.1.40: rtt 333
  47. 158.152.1.42: rtt 436
  48. 158.152.1.44: rtt 330
  49. [etc]
  50. .................................................................
  51.